home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p1-4 / 00367_Script_367 < prev    next >
Text File  |  1994-05-11  |  396b  |  23 lines

  1. -- P4S2 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 2
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,2)
  9.   setAppearTime (1,2*60)
  10.   setAppearTime (2,3*60)
  11.   
  12.   global theGauge
  13.   mSetLevel(theGauge, Step)
  14.   
  15.   global LastQT
  16.   set LastQT = "P4S02"
  17.   cursor 4
  18.   preLoadCast the number of cast LastQT  
  19.   
  20.   setUpFastFwd()
  21.   cursor -1
  22. end
  23.